Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NUITheme Class / GetBoxUIPartSkinner Method / GetBoxUIPartSkinner(NSchema,Object,NSkin,NThemingState,NThemeSelectorPart[]) Method


In This Topic
    GetBoxUIPartSkinner(NSchema,Object,NSkin,NThemingState,NThemeSelectorPart[]) Method
    In This Topic
    Gets an image skinner, that skins box elements that are instances of the specified target schema.
    Syntax
    'Declaration
     
    
    Public Overloads Function GetBoxUIPartSkinner( _
       ByVal schema As NSchema, _
       ByVal skinType As System.Object, _
       ByVal skin As NSkin, _
       ByVal preState As NThemingState, _
       ByVal ParamArray defaultContext() As NThemeSelectorPart _
    ) As NBoxUIPartSkinner
    'Usage
     
    
    Dim instance As NUITheme
    Dim schema As NSchema
    Dim skinType As System.Object
    Dim skin As NSkin
    Dim preState As NThemingState
    Dim defaultContext() As NThemeSelectorPart
    Dim value As NBoxUIPartSkinner
     
    value = instance.GetBoxUIPartSkinner(schema, skinType, skin, preState, defaultContext)
    public NBoxUIPartSkinner GetBoxUIPartSkinner( 
       NSchema schema,
       System.object skinType,
       NSkin skin,
       NThemingState preState,
       params NThemeSelectorPart[] defaultContext
    )

    Parameters

    schema
    skinType
    skin
    preState
    defaultContext
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also